sortOrder
Type
property
Summary
Manipulates the order in which elements of the tree view are displayed, with respect to the current sortType.
Syntax
get the sortOrder of <widget>
set the sortOrder of <widget> to <pOrder>
Description
Use the sortOrder property to display the elements of the tree view in ascending or descending order of the keys of its arrayData, given the current sortType.
Parameters
Name | Type | Description |
---|---|---|
pOrder | The order in which to display elements of the tree view.
|